-
Notifications
You must be signed in to change notification settings - Fork 110
Feat/gpu flavors tapc 5145 #19959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/gpu flavors tapc 5145 #19959
Conversation
f1ee7c1 to
0fc19e2
Compare
0fc19e2 to
5b7c2d2
Compare
4351e74 to
876c56a
Compare
517a814 to
3e45c38
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What a big work 💪🏽👏🏽🎊
All good for me except the conflict
...s/manager/apps/pci-instances/src/pages/instances/create/components/flavor/FlavorRowUtils.tsx
Outdated
Show resolved
Hide resolved
05a25f5 to
180fe31
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well done, big step!!!💪
89689ef to
7080290
Compare
ref: #TAPC-5145 #TAPC-5217 Signed-off-by: Manon Carbonnel <[email protected]> Co-authored-by: CDS Translator Agent <[email protected]> Signed-off-by: Manon Carbonnel <[email protected]>
7080290 to
63d3454
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really great :D
Just a little something that I find wierd ^^
| const list = | ||
| selectedCategory === 'Cloud GPU' ? mockedGpuFlavors : mockedFlavors; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question (could be blocking): is it normal that there are mocked values here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes for now it is, but real data are coming soon, after modeling
6f2754b
into
feat/add-instance-creation-page-TAPC-4445
Description
Adding special columns for
Cloud GPUcategory of FlavorsTicket Reference: #TAPC-5145 #TAPC-5217
Screenshots